Html Css Color HEX #C68220 Geebung

📋 copy color: '#C68220'

red 198 ◦ green 130 ◦ blue 32

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

Shades of Geebung #C68220

Tints of Geebung #C68220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 55%
G = 36.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C68220 (or 0xC68220) is known color: Geebung. HEX triplet: C6, 82 and 20. RGB value is (198,130,32). Sum of RGB (Red+Green+Blue) = 198+130+32=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C68220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68220 is #397DDF. Grayscale: #8B8B8B. Windows color (decimal): -3767776 or 2130630. OLE color: 2130630.

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

Color convert

RGB 198 130 32 -
CMYK 0 0.34 0.84 0.22
HSL 35.42º 0.72% 0.45% -
HSV(B) 35.42º 0.84% 0.78% -
XYZ 31.53 28.08 5.12 -
YUV 139.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 198 130 32 0 0.34 0.84 0.22 35.42 0.72 0.45
Hex C6 82 20 0 22 54 16 23 48 2D
Octal 306 202 40 0 42 124 26 43 110 55
Binary 11000110 10000010 100000 0 100010 1010100 10110 100011 1001000 101101

Color Harmonies of #C68220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68220

Black with #C68220

Text Example


Text Example

White with #C68220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68220; }

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

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

background-color css

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

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

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

border-color css

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

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

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