Html Css Color HEX #C6852F Geebung

📋 copy color: '#C6852F'

red 198 ◦ green 133 ◦ blue 47

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

Shades of Geebung #C6852F

Tints of Geebung #C6852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 52.38%
G = 35.19%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6852F (or 0xC6852F) is known color: Geebung. HEX triplet: C6, 85 and 2F. RGB value is (198,133,47). Sum of RGB (Red+Green+Blue) = 198+133+47=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6852F is #397AD0. Grayscale: #8F8F8F. Windows color (decimal): -3766993 or 3114438. OLE color: 3114438.

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

Color convert

RGB 198 133 47 -
CMYK 0 0.33 0.76 0.22
HSL 34.17º 0.62% 0.48% -
HSV(B) 34.17º 0.76% 0.78% -
XYZ 32.19 28.99 6.59 -
YUV 142.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 198 133 47 0 0.33 0.76 0.22 34.17 0.62 0.48
Hex C6 85 2F 0 21 4C 16 22 3E 30
Octal 306 205 57 0 41 114 26 42 76 60
Binary 11000110 10000101 101111 0 100001 1001100 10110 100010 111110 110000

Color Harmonies of #C6852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6852F

Black with #C6852F

Text Example


Text Example

White with #C6852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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