Html Css Color HEX #C68928 Geebung

📋 copy color: '#C68928'

red 198 ◦ green 137 ◦ blue 40

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

Shades of Geebung #C68928

Tints of Geebung #C68928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 52.8%
G = 36.53%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68928 (or 0xC68928) is known color: Geebung. HEX triplet: C6, 89 and 28. RGB value is (198,137,40). Sum of RGB (Red+Green+Blue) = 198+137+40=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C68928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68928 is #3976D7. Grayscale: #909090. Windows color (decimal): -3765976 or 2656710. OLE color: 2656710.

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

Color convert

RGB 198 137 40 -
CMYK 0 0.31 0.80 0.22
HSL 36.84º 0.66% 0.47% -
HSV(B) 36.84º 0.8% 0.78% -
XYZ 32.62 30.05 6.09 -
YUV 144.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 198 137 40 0 0.31 0.80 0.22 36.84 0.66 0.47
Hex C6 89 28 0 1F 50 16 25 42 2F
Octal 306 211 50 0 37 120 26 45 102 57
Binary 11000110 10001001 101000 0 11111 1010000 10110 100101 1000010 101111

Color Harmonies of #C68928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68928

Black with #C68928

Text Example


Text Example

White with #C68928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68928; }

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

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

background-color css

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

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

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

border-color css

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

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

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