Html Css Color HEX #C6812C Geebung

📋 copy color: '#C6812C'

red 198 ◦ green 129 ◦ blue 44

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

Shades of Geebung #C6812C

Tints of Geebung #C6812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 53.37%
G = 34.77%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6812C (or 0xC6812C) is known color: Geebung. HEX triplet: C6, 81 and 2C. RGB value is (198,129,44). Sum of RGB (Red+Green+Blue) = 198+129+44=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6812C is #397ED3. Grayscale: #8C8C8C. Windows color (decimal): -3768020 or 2916806. OLE color: 2916806.

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

Color convert

RGB 198 129 44 -
CMYK 0 0.35 0.78 0.22
HSL 33.12º 0.64% 0.47% -
HSV(B) 33.12º 0.78% 0.78% -
XYZ 31.59 27.89 6.1 -
YUV 139.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 198 129 44 0 0.35 0.78 0.22 33.12 0.64 0.47
Hex C6 81 2C 0 23 4E 16 21 40 2F
Octal 306 201 54 0 43 116 26 41 100 57
Binary 11000110 10000001 101100 0 100011 1001110 10110 100001 1000000 101111

Color Harmonies of #C6812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6812C

Black with #C6812C

Text Example


Text Example

White with #C6812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6812C; }

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

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

background-color css

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

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

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

border-color css

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

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

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