Html Css Color HEX #C68028 Geebung

📋 copy color: '#C68028'

red 198 ◦ green 128 ◦ blue 40

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

Shades of Geebung #C68028

Tints of Geebung #C68028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 54.1%
G = 34.97%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68028 (or 0xC68028) is known color: Geebung. HEX triplet: C6, 80 and 28. RGB value is (198,128,40). Sum of RGB (Red+Green+Blue) = 198+128+40=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68028 is #397FD7. Grayscale: #8B8B8B. Windows color (decimal): -3768280 or 2654406. OLE color: 2654406.

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

Color convert

RGB 198 128 40 -
CMYK 0 0.35 0.80 0.22
HSL 33.42º 0.66% 0.47% -
HSV(B) 33.42º 0.8% 0.78% -
XYZ 31.39 27.6 5.68 -
YUV 138.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 198 128 40 0 0.35 0.80 0.22 33.42 0.66 0.47
Hex C6 80 28 0 23 50 16 21 42 2F
Octal 306 200 50 0 43 120 26 41 102 57
Binary 11000110 10000000 101000 0 100011 1010000 10110 100001 1000010 101111

Color Harmonies of #C68028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68028

Black with #C68028

Text Example


Text Example

White with #C68028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68028; }

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

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

background-color css

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

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

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

border-color css

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

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

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