Html Css Color HEX #C68332 Geebung

📋 copy color: '#C68332'

red 198 ◦ green 131 ◦ blue 50

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

Shades of Geebung #C68332

Tints of Geebung #C68332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 52.24%
G = 34.56%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C68332 (or 0xC68332) is known color: Geebung. HEX triplet: C6, 83 and 32. RGB value is (198,131,50). Sum of RGB (Red+Green+Blue) = 198+131+50=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C68332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68332 is #397CCD. Grayscale: #8E8E8E. Windows color (decimal): -3767502 or 3310534. OLE color: 3310534.

HSL color Cylindrical-coordinate representation of color #C68332: hue angle of 32.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C68332 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 50 -
CMYK 0 0.34 0.75 0.22
HSL 32.84º 0.6% 0.49% -
HSV(B) 32.84º 0.75% 0.78% -
XYZ 31.98 28.47 6.83 -
YUV 141.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 198 131 50 0 0.34 0.75 0.22 32.84 0.6 0.49
Hex C6 83 32 0 22 4B 16 21 3C 31
Octal 306 203 62 0 42 113 26 41 74 61
Binary 11000110 10000011 110010 0 100010 1001011 10110 100001 111100 110001

Color Harmonies of #C68332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68332

Black with #C68332

Text Example


Text Example

White with #C68332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68332; }

 p { color: rgb(198,131,50); }

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

background-color css

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

 a { background-color: rgb(198,131,50); }

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

border-color css

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

 span { border-color: rgb(198,131,50); }

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