Html Css Color HEX #C68828 Geebung

📋 copy color: '#C68828'

red 198 ◦ green 136 ◦ blue 40

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

Shades of Geebung #C68828

Tints of Geebung #C68828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 52.94%
G = 36.36%
B = 10.7%

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

#C68828 (or 0xC68828) is known color: Geebung. HEX triplet: C6, 88 and 28. RGB value is (198,136,40). Sum of RGB (Red+Green+Blue) = 198+136+40=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C68828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68828 is #3977D7. Grayscale: #909090. Windows color (decimal): -3766232 or 2656454. OLE color: 2656454.

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

Color convert

RGB 198 136 40 -
CMYK 0 0.31 0.80 0.22
HSL 36.46º 0.66% 0.47% -
HSV(B) 36.46º 0.8% 0.78% -
XYZ 32.48 29.77 6.04 -
YUV 143.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 198 136 40 0 0.31 0.80 0.22 36.46 0.66 0.47
Hex C6 88 28 0 1F 50 16 24 42 2F
Octal 306 210 50 0 37 120 26 44 102 57
Binary 11000110 10001000 101000 0 11111 1010000 10110 100100 1000010 101111

Color Harmonies of #C68828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68828

Black with #C68828

Text Example


Text Example

White with #C68828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68828; }

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

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

background-color css

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

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

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

border-color css

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

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

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