Html Css Color HEX #C68024 Geebung

📋 copy color: '#C68024'

red 198 ◦ green 128 ◦ blue 36

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

Shades of Geebung #C68024

Tints of Geebung #C68024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 54.7%
G = 35.36%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68024 (or 0xC68024) is known color: Geebung. HEX triplet: C6, 80 and 24. RGB value is (198,128,36). Sum of RGB (Red+Green+Blue) = 198+128+36=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C68024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68024 is #397FDB. Grayscale: #8A8A8A. Windows color (decimal): -3768284 or 2392262. OLE color: 2392262.

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

Color convert

RGB 198 128 36 -
CMYK 0 0.35 0.82 0.22
HSL 34.07º 0.69% 0.46% -
HSV(B) 34.07º 0.82% 0.78% -
XYZ 31.33 27.57 5.34 -
YUV 138.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 198 128 36 0 0.35 0.82 0.22 34.07 0.69 0.46
Hex C6 80 24 0 23 52 16 22 45 2E
Octal 306 200 44 0 43 122 26 42 105 56
Binary 11000110 10000000 100100 0 100011 1010010 10110 100010 1000101 101110

Color Harmonies of #C68024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68024

Black with #C68024

Text Example


Text Example

White with #C68024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68024; }

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

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

background-color css

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

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

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

border-color css

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

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

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