Html Css Color HEX #C68329 Geebung

📋 copy color: '#C68329'

red 198 ◦ green 131 ◦ blue 41

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

Shades of Geebung #C68329

Tints of Geebung #C68329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 53.51%
G = 35.41%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68329 (or 0xC68329) is known color: Geebung. HEX triplet: C6, 83 and 29. RGB value is (198,131,41). Sum of RGB (Red+Green+Blue) = 198+131+41=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68329 is #397CD6. Grayscale: #8D8D8D. Windows color (decimal): -3767511 or 2720710. OLE color: 2720710.

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

Color convert

RGB 198 131 41 -
CMYK 0 0.34 0.79 0.22
HSL 34.39º 0.66% 0.47% -
HSV(B) 34.39º 0.79% 0.78% -
XYZ 31.81 28.4 5.9 -
YUV 140.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 198 131 41 0 0.34 0.79 0.22 34.39 0.66 0.47
Hex C6 83 29 0 22 4F 16 22 42 2F
Octal 306 203 51 0 42 117 26 42 102 57
Binary 11000110 10000011 101001 0 100010 1001111 10110 100010 1000010 101111

Color Harmonies of #C68329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68329

Black with #C68329

Text Example


Text Example

White with #C68329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68329; }

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

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

background-color css

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

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

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

border-color css

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

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

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