Html Css Color HEX #C6852C Geebung

📋 copy color: '#C6852C'

red 198 ◦ green 133 ◦ blue 44

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

Shades of Geebung #C6852C

Tints of Geebung #C6852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 52.8%
G = 35.47%
B = 11.73%

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

#C6852C (or 0xC6852C) is known color: Geebung. HEX triplet: C6, 85 and 2C. RGB value is (198,133,44). Sum of RGB (Red+Green+Blue) = 198+133+44=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6852C is #397AD3. Grayscale: #8E8E8E. Windows color (decimal): -3766996 or 2917830. OLE color: 2917830.

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

Color convert

RGB 198 133 44 -
CMYK 0 0.33 0.78 0.22
HSL 34.68º 0.64% 0.47% -
HSV(B) 34.68º 0.78% 0.78% -
XYZ 32.13 28.96 6.28 -
YUV 142.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 198 133 44 0 0.33 0.78 0.22 34.68 0.64 0.47
Hex C6 85 2C 0 21 4E 16 23 40 2F
Octal 306 205 54 0 41 116 26 43 100 57
Binary 11000110 10000101 101100 0 100001 1001110 10110 100011 1000000 101111

Color Harmonies of #C6852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6852C

Black with #C6852C

Text Example


Text Example

White with #C6852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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