Html Css Color HEX #C68424 Geebung

📋 copy color: '#C68424'

red 198 ◦ green 132 ◦ blue 36

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

Shades of Geebung #C68424

Tints of Geebung #C68424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 54.1%
G = 36.07%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68424 (or 0xC68424) is known color: Geebung. HEX triplet: C6, 84 and 24. RGB value is (198,132,36). Sum of RGB (Red+Green+Blue) = 198+132+36=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68424 is #397BDB. Grayscale: #8D8D8D. Windows color (decimal): -3767260 or 2393286. OLE color: 2393286.

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

Color convert

RGB 198 132 36 -
CMYK 0 0.33 0.82 0.22
HSL 35.56º 0.69% 0.46% -
HSV(B) 35.56º 0.82% 0.78% -
XYZ 31.86 28.64 5.52 -
YUV 140.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 198 132 36 0 0.33 0.82 0.22 35.56 0.69 0.46
Hex C6 84 24 0 21 52 16 24 45 2E
Octal 306 204 44 0 41 122 26 44 105 56
Binary 11000110 10000100 100100 0 100001 1010010 10110 100100 1000101 101110

Color Harmonies of #C68424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68424

Black with #C68424

Text Example


Text Example

White with #C68424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68424; }

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

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

background-color css

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

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

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

border-color css

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

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

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