Html Css Color HEX #C68C28 Geebung

📋 copy color: '#C68C28'

red 198 ◦ green 140 ◦ blue 40

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

Shades of Geebung #C68C28

Tints of Geebung #C68C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 52.38%
G = 37.04%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68C28 (or 0xC68C28) is known color: Geebung. HEX triplet: C6, 8C and 28. RGB value is (198,140,40). Sum of RGB (Red+Green+Blue) = 198+140+40=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C28 is #3973D7. Grayscale: #929292. Windows color (decimal): -3765208 or 2657478. OLE color: 2657478.

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

Color convert

RGB 198 140 40 -
CMYK 0 0.29 0.80 0.22
HSL 37.97º 0.66% 0.47% -
HSV(B) 37.97º 0.8% 0.78% -
XYZ 33.05 30.92 6.23 -
YUV 145.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 198 140 40 0 0.29 0.80 0.22 37.97 0.66 0.47
Hex C6 8C 28 0 1D 50 16 26 42 2F
Octal 306 214 50 0 35 120 26 46 102 57
Binary 11000110 10001100 101000 0 11101 1010000 10110 100110 1000010 101111

Color Harmonies of #C68C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C28

Black with #C68C28

Text Example


Text Example

White with #C68C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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