Html Css Color HEX #C68728 Geebung

📋 copy color: '#C68728'

red 198 ◦ green 135 ◦ blue 40

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

Shades of Geebung #C68728

Tints of Geebung #C68728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 53.08%
G = 36.19%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68728 (or 0xC68728) is known color: Geebung. HEX triplet: C6, 87 and 28. RGB value is (198,135,40). Sum of RGB (Red+Green+Blue) = 198+135+40=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C68728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68728 is #3978D7. Grayscale: #8F8F8F. Windows color (decimal): -3766488 or 2656198. OLE color: 2656198.

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

Color convert

RGB 198 135 40 -
CMYK 0 0.32 0.80 0.22
HSL 36.08º 0.66% 0.47% -
HSV(B) 36.08º 0.8% 0.78% -
XYZ 32.34 29.49 5.99 -
YUV 143.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 198 135 40 0 0.32 0.80 0.22 36.08 0.66 0.47
Hex C6 87 28 0 20 50 16 24 42 2F
Octal 306 207 50 0 40 120 26 44 102 57
Binary 11000110 10000111 101000 0 100000 1010000 10110 100100 1000010 101111

Color Harmonies of #C68728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68728

Black with #C68728

Text Example


Text Example

White with #C68728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68728; }

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

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

background-color css

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

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

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

border-color css

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

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

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