Html Css Color HEX #C68A28 Geebung

📋 copy color: '#C68A28'

red 198 ◦ green 138 ◦ blue 40

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

Shades of Geebung #C68A28

Tints of Geebung #C68A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 52.66%
G = 36.7%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68A28 (or 0xC68A28) is known color: Geebung. HEX triplet: C6, 8A and 28. RGB value is (198,138,40). Sum of RGB (Red+Green+Blue) = 198+138+40=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A28 is #3975D7. Grayscale: #919191. Windows color (decimal): -3765720 or 2656966. OLE color: 2656966.

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

Color convert

RGB 198 138 40 -
CMYK 0 0.30 0.80 0.22
HSL 37.22º 0.66% 0.47% -
HSV(B) 37.22º 0.8% 0.78% -
XYZ 32.76 30.34 6.14 -
YUV 144.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 198 138 40 0 0.30 0.80 0.22 37.22 0.66 0.47
Hex C6 8A 28 0 1E 50 16 25 42 2F
Octal 306 212 50 0 36 120 26 45 102 57
Binary 11000110 10001010 101000 0 11110 1010000 10110 100101 1000010 101111

Color Harmonies of #C68A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A28

Black with #C68A28

Text Example


Text Example

White with #C68A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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