Html Css Color HEX #C6842C Geebung

📋 copy color: '#C6842C'

red 198 ◦ green 132 ◦ blue 44

#C6842C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C6842C

Tints of Geebung #C6842C

RGB

 RED value IS 198 (77.73% from 255) = 52.94%

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 44 (17.58% from 255) = 11.76%

R = 52.94%
G = 35.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6842C (or 0xC6842C) is known color: Geebung. HEX triplet: C6, 84 and 2C. RGB value is (198,132,44). Sum of RGB (Red+Green+Blue) = 198+132+44=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6842C is #397BD3. Grayscale: #8E8E8E. Windows color (decimal): -3767252 or 2917574. OLE color: 2917574.

HSL color Cylindrical-coordinate representation of color #C6842C: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6842C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 44 -
CMYK 0 0.33 0.78 0.22
HSL 34.29º 0.64% 0.47% -
HSV(B) 34.29º 0.78% 0.78% -
XYZ 31.99 28.69 6.23 -
YUV 141.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 198 132 44 0 0.33 0.78 0.22 34.29 0.64 0.47
Hex C6 84 2C 0 21 4E 16 22 40 2F
Octal 306 204 54 0 41 116 26 42 100 57
Binary 11000110 10000100 101100 0 100001 1001110 10110 100010 1000000 101111

Color Harmonies of #C6842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6842C

Black with #C6842C

Text Example


Text Example

White with #C6842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6842C; }

 p { color: rgb(198,132,44); }

 H1.HeaderClassName
 {
   color: #C6842C;
 }
 .AnyTagClassName
 {
   color: #C6842C;
 }
</style>

background-color css

<style>
 a { background-color: #C6842C; }

 a { background-color: rgb(198,132,44); }

 div.DivClassName
 {
   background-color: #C6842C;
 }
 .BgClassName
 {
   background-color: #C6842C;
 }
</style>

border-color css

<style>
 span { border-color: #C6842C; }

 span { border-color: rgb(198,132,44); }

 td.TdClassName
 {
   border-color: #C6842C;
 }
 .TagClassName
 {
   border-color: #C6842C;
 }
</style>