Html Css Color HEX #C68224 Geebung

📋 copy color: '#C68224'

red 198 ◦ green 130 ◦ blue 36

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

Shades of Geebung #C68224

Tints of Geebung #C68224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 54.4%
G = 35.71%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68224 (or 0xC68224) is known color: Geebung. HEX triplet: C6, 82 and 24. RGB value is (198,130,36). Sum of RGB (Red+Green+Blue) = 198+130+36=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68224 is #397DDB. Grayscale: #8C8C8C. Windows color (decimal): -3767772 or 2392774. OLE color: 2392774.

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

Color convert

RGB 198 130 36 -
CMYK 0 0.34 0.82 0.22
HSL 34.81º 0.69% 0.46% -
HSV(B) 34.81º 0.82% 0.78% -
XYZ 31.59 28.1 5.43 -
YUV 139.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 198 130 36 0 0.34 0.82 0.22 34.81 0.69 0.46
Hex C6 82 24 0 22 52 16 23 45 2E
Octal 306 202 44 0 42 122 26 43 105 56
Binary 11000110 10000010 100100 0 100010 1010010 10110 100011 1000101 101110

Color Harmonies of #C68224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68224

Black with #C68224

Text Example


Text Example

White with #C68224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68224; }

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

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

background-color css

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

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

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

border-color css

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

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

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