Html Css Color HEX #C68820 Geebung

📋 copy color: '#C68820'

red 198 ◦ green 136 ◦ blue 32

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

Shades of Geebung #C68820

Tints of Geebung #C68820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 54.1%
G = 37.16%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C68820 (or 0xC68820) is known color: Geebung. HEX triplet: C6, 88 and 20. RGB value is (198,136,32). Sum of RGB (Red+Green+Blue) = 198+136+32=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68820 is #3977DF. Grayscale: #8F8F8F. Windows color (decimal): -3766240 or 2132166. OLE color: 2132166.

HSL color Cylindrical-coordinate representation of color #C68820: hue angle of 37.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C68820 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 32 -
CMYK 0 0.31 0.84 0.22
HSL 37.59º 0.72% 0.45% -
HSV(B) 37.59º 0.84% 0.78% -
XYZ 32.35 29.72 5.4 -
YUV 142.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 198 136 32 0 0.31 0.84 0.22 37.59 0.72 0.45
Hex C6 88 20 0 1F 54 16 26 48 2D
Octal 306 210 40 0 37 124 26 46 110 55
Binary 11000110 10001000 100000 0 11111 1010100 10110 100110 1001000 101101

Color Harmonies of #C68820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68820

Black with #C68820

Text Example


Text Example

White with #C68820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68820; }

 p { color: rgb(198,136,32); }

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

background-color css

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

 a { background-color: rgb(198,136,32); }

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

border-color css

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

 span { border-color: rgb(198,136,32); }

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