Html Css Color HEX #C6862C Geebung

📋 copy color: '#C6862C'

red 198 ◦ green 134 ◦ blue 44

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

Shades of Geebung #C6862C

Tints of Geebung #C6862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 52.66%
G = 35.64%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6862C (or 0xC6862C) is known color: Geebung. HEX triplet: C6, 86 and 2C. RGB value is (198,134,44). Sum of RGB (Red+Green+Blue) = 198+134+44=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6862C is #3979D3. Grayscale: #8F8F8F. Windows color (decimal): -3766740 or 2918086. OLE color: 2918086.

HSL color Cylindrical-coordinate representation of color #C6862C: hue angle of 35.06º 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 #C6862C is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 44 -
CMYK 0 0.32 0.78 0.22
HSL 35.06º 0.64% 0.47% -
HSV(B) 35.06º 0.78% 0.78% -
XYZ 32.27 29.24 6.33 -
YUV 142.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 198 134 44 0 0.32 0.78 0.22 35.06 0.64 0.47
Hex C6 86 2C 0 20 4E 16 23 40 2F
Octal 306 206 54 0 40 116 26 43 100 57
Binary 11000110 10000110 101100 0 100000 1001110 10110 100011 1000000 101111

Color Harmonies of #C6862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6862C

Black with #C6862C

Text Example


Text Example

White with #C6862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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