Html Css Color HEX #C68C29 Geebung

📋 copy color: '#C68C29'

red 198 ◦ green 140 ◦ blue 41

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

Shades of Geebung #C68C29

Tints of Geebung #C68C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.82%

R = 52.24%
G = 36.94%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68C29 (or 0xC68C29) is known color: Geebung. HEX triplet: C6, 8C and 29. RGB value is (198,140,41). Sum of RGB (Red+Green+Blue) = 198+140+41=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C29 is #3973D6. Grayscale: #929292. Windows color (decimal): -3765207 or 2723014. OLE color: 2723014.

HSL color Cylindrical-coordinate representation of color #C68C29: hue angle of 37.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C68C29 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 41 -
CMYK 0 0.29 0.79 0.22
HSL 37.83º 0.66% 0.47% -
HSV(B) 37.83º 0.79% 0.78% -
XYZ 33.07 30.92 6.32 -
YUV 146.06 68.72 165.05 -
System Red Green Blue C M Y K H S L
Decimal 198 140 41 0 0.29 0.79 0.22 37.83 0.66 0.47
Hex C6 8C 29 0 1D 4F 16 26 42 2F
Octal 306 214 51 0 35 117 26 46 102 57
Binary 11000110 10001100 101001 0 11101 1001111 10110 100110 1000010 101111

Color Harmonies of #C68C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C29

Black with #C68C29

Text Example


Text Example

White with #C68C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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