Html Css Color HEX #C68229 Geebung

📋 copy color: '#C68229'

red 198 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C68229

Tints of Geebung #C68229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 53.66%
G = 35.23%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68229 (or 0xC68229) is known color: Geebung. HEX triplet: C6, 82 and 29. RGB value is (198,130,41). Sum of RGB (Red+Green+Blue) = 198+130+41=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C68229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68229 is #397DD6. Grayscale: #8C8C8C. Windows color (decimal): -3767767 or 2720454. OLE color: 2720454.

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

Color convert

RGB 198 130 41 -
CMYK 0 0.34 0.79 0.22
HSL 34.01º 0.66% 0.47% -
HSV(B) 34.01º 0.79% 0.78% -
XYZ 31.67 28.13 5.86 -
YUV 140.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 198 130 41 0 0.34 0.79 0.22 34.01 0.66 0.47
Hex C6 82 29 0 22 4F 16 22 42 2F
Octal 306 202 51 0 42 117 26 42 102 57
Binary 11000110 10000010 101001 0 100010 1001111 10110 100010 1000010 101111

Color Harmonies of #C68229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68229

Black with #C68229

Text Example


Text Example

White with #C68229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68229; }

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

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

background-color css

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

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

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

border-color css

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

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

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