Html Css Color HEX #C68628 Geebung

📋 copy color: '#C68628'

red 198 ◦ green 134 ◦ blue 40

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

Shades of Geebung #C68628

Tints of Geebung #C68628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 53.23%
G = 36.02%
B = 10.75%

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

#C68628 (or 0xC68628) is known color: Geebung. HEX triplet: C6, 86 and 28. RGB value is (198,134,40). Sum of RGB (Red+Green+Blue) = 198+134+40=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C68628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68628 is #3979D7. Grayscale: #8E8E8E. Windows color (decimal): -3766744 or 2655942. OLE color: 2655942.

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

Color convert

RGB 198 134 40 -
CMYK 0 0.32 0.80 0.22
HSL 35.7º 0.66% 0.47% -
HSV(B) 35.7º 0.8% 0.78% -
XYZ 32.2 29.21 5.95 -
YUV 142.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 198 134 40 0 0.32 0.80 0.22 35.7 0.66 0.47
Hex C6 86 28 0 20 50 16 24 42 2F
Octal 306 206 50 0 40 120 26 44 102 57
Binary 11000110 10000110 101000 0 100000 1010000 10110 100100 1000010 101111

Color Harmonies of #C68628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68628

Black with #C68628

Text Example


Text Example

White with #C68628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68628; }

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

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

background-color css

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

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

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

border-color css

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

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

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